home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / gui / x / xfig.lha / src / x11 / w_mousefun.h < prev    next >
Encoding:
Text File  |  1993-07-26  |  953 b   |  28 lines

  1. /*
  2.  * FIG : Facility for Interactive Generation of figures
  3.  * Copyright (c) 1991 by Paul King
  4.  *
  5.  * "Permission to use, copy, modify, distribute, and sell this software and its
  6.  * documentation for any purpose is hereby granted without fee, provided that
  7.  * the above copyright notice appear in all copies and that both the copyright
  8.  * notice and this permission notice appear in supporting documentation. 
  9.  * No representations are made about the suitability of this software for 
  10.  * any purpose.  It is provided "as is" without express or implied warranty."
  11.  */
  12.  
  13. void        init_mousefun();
  14. void        setup_mousefun();
  15. void        set_mousefun();
  16. void        draw_mousefun_mode();
  17. void        draw_mousefun_ind();
  18. void        draw_mousefun_unitbox();
  19. void        draw_mousefun_topruler();
  20. void        draw_mousefun_sideruler();
  21. void        draw_mousefun_canvas();
  22. void        draw_mousefun();
  23. void        clear_mousefun();
  24. void        notused_middle();
  25. void        clear_middle();
  26. void        notused_right();
  27. void        clear_right();
  28.